FUNGUS REQUEST ' Have something that you would like to submit to the pile? Here are the ' requirements: ' 1] Must be a Function and not a Sub-Procedure (i.e. it must return ' something.) ' 2] Must be able to run under QBasic, VB for DOS, and VB for Windows. ' 3] Must not write to anything (Disk, Screen, or I/O ports). ' 4] Must have a header section that clearly describes inputs, ' outputs (i.e. variables passed by reference that are modified), and ' what is returned. Also it must be stated if the functions calls any ' other functions. ' 5] The only global constants that are used are TRUE and FALSE. These ' are declared as CONST in the QB Include file, but this is not required ' in VB 2 and above where TRUE and FALSE are reserved keywords (or ' something of that sort.) ' ' Sample Header: '---------------------------------------------------------------------- ' NAME: MyFunkyFunction(..) ' PURPOSE: Does everything have to have a purpose? ' INPUT: nNumber as integer ' OUPUT: None ' RETURNS: TRUE if false and FALSE if True. ' NOTES: Note well, my friends... '---------------------------------------------------------------------- Send all submitals to Mike DeBacker CIS 76636,236